Interface RetrievableChildrenInterface

Summary

Fully Qualified Name: Zend\View\Model\RetrievableChildrenInterface

Description

Interface describing a Retrievable Child Model

Models implementing this interface provide a way to get there children by capture

Methods

Name Description Defined By
getChildrenByCaptureTo() Returns an array of Viewmodels with captureTo value $capture RetrievableChildrenInterface

Method Details

getChildrenByCaptureTo()

Returns an array of Viewmodels with captureTo value $capture

Parameter Name Type Description
$capture string
$recursive bool search

Returns: array

Top